Enable or Disable Publication Notification E-mails

A publication server is usually configured to send a notification e-mail at the end of a publication, but can be configured otherwise. On the publication server, in Windows Explorer, locate the PublicationWrapper configuration XML file, commonly:

"C:\Program Files\Triaster\PublicationServer\PublicationWrapper\Config.xml" Open 'config.xml' in Notepad. (Note: in Windows Server 2008, Notepad will probably need to be run 'as administrator' so that the settings.xml file can be edited and saved.) Find this setting:

<?xml version="1.0" encoding="utf-8" standalone="yes"?

<Settings>

...

<SendEmail>True</SendEmail>

...

</Settings>

Set SendEmail to the appropriate value - True or False. Save and close the file. Restart the 'TriasterPublicationServer2011' service for the new setting to take effect.